{#if userData === null}
Could not load user profile for @{data.username}.
Does this user exist?
{:else if userData === undefined}
Loading user ... 50%
{:else}
This user has watched {(userData.statistics.anime.minutesWatched / 60 / 24).toFixed(1)} days
of anime and read
{estimatedDayReading(userData.statistics.manga.chaptersRead).toFixed(1)} days of manga.